From 1716978e95506da9f258a73403453538a8966c70 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Wed, 24 Aug 2022 23:13:58 +0200 Subject: Add currently known software version for ONT FS.com GPON ONU Stick with MAC --- _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md index a307a48..5c0e9c5 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -110,6 +110,16 @@ fw_setenv gatewayip 192.168.20.1 sfp_i2c -r ``` +## Get Firmware version +```sh +strings /opt/lantiq/bin/omcid | grep ^software_Version | awk -F[=,] '{print $2}' +``` + +## Get Firmware build time +```sh +strings /opt/lantiq/bin/omcid | grep compiled +``` + ## Setting Onu reboot ```sh reboot @@ -123,8 +133,12 @@ reload_i2c.sh ## List of software versions +- 6BA1896SPLQA13 (Dec 16 2016) +- 6BA1896SPLQA42 (Sep 18 2021) + ## List of partitions ## List of firmwares and files + # Known Bugs # Miscellaneous Links -- cgit v1.2.3